home *** CD-ROM | disk | FTP | other *** search
- Path: news.fastnet.co.uk!usenet
- From: David Spencer <saxman@fastnet.co.uk>
- Newsgroups: comp.lang.c++
- Subject: Re: Why doesn┤t work _fmemcpy > 64kB
- Date: 4 Mar 1996 22:07:27 GMT
- Organization: FastNet International, Brighton, England
- Message-ID: <4hfpiv$gkp@swordfish.fastnet.co.uk>
- References: <4h45r7$apq@aix11.hrz.uni-oldenburg.de>
- NNTP-Posting-Host: dyn05.fastnet.co.uk
-
- I haven't looked at your code too closely, but it seems you
- start correctly using huge then for some reason slip back into
- the 16 bit model with the _f stuff. Try using the huge stuff
- instead and you'll be fine. I don't know what that is, cos
- I've never used it, but that's the idea.
-